home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
mr_danger.swf
/
scripts
/
DefineButton2_183
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
200 b
|
10 lines
on(press){
if(_root.tries > 0 && _root.gamerun == false)
{
_root.doggy.gotoAndStop(4);
_root.tries -= 1;
_root.gamerun = true;
_root.star.gotoAndPlay(2);
}
}